home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TTARGETFORM1 / TTARGETFORM1.txt < prev   
Text File  |  1998-10-17  |  2KB  |  97 lines

  1. object TargetForm1: TTargetForm1
  2.   Left = 205
  3.   Top = 117
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Combo
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSingle
  9.   ClientHeight = 118
  10.   ClientWidth = 433
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TargetIcon: TImage
  23.     Left = 14
  24.     Top = 23
  25.     Width = 32
  26.     Height = 32
  27.     AutoSize = True
  28.     Center = True
  29.     Picture.Data = {<image001.ico>}
  30.   end
  31.   object NewFolderIcon: TImage
  32.     Left = 14
  33.     Top = 23
  34.     Width = 32
  35.     Height = 32
  36.     AutoSize = True
  37.     Center = True
  38.     Picture.Data = {<image002.ico>}
  39.     Visible = False
  40.   end
  41.   object GroupBox: TGroupBox
  42.     Left = 60
  43.     Top = 12
  44.     Width = 363
  45.     Height = 58
  46.     TabOrder = 0
  47.     object BrowseBtn: TButton
  48.       Left = 274
  49.       Top = 19
  50.       Width = 76
  51.       Height = 25
  52.       Caption = 'Browse...'
  53.       TabOrder = 1
  54.       OnClick = BrowseBtnClick
  55.     end
  56.     object Combo: TComboBox
  57.       Left = 16
  58.       Top = 21
  59.       Width = 253
  60.       Height = 21
  61.       ItemHeight = 13
  62.       TabOrder = 0
  63.       OnChange = ComboChange
  64.     end
  65.   end
  66.   object OkButton: TButton
  67.     Left = 76
  68.     Top = 88
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 1
  75.     OnClick = OkButtonClick
  76.   end
  77.   object CancelButton: TButton
  78.     Left = 164
  79.     Top = 88
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 2
  86.   end
  87.   object HelpButton: TButton
  88.     Left = 252
  89.     Top = 88
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&Help'
  93.     TabOrder = 3
  94.     OnClick = HelpButtonClick
  95.   end
  96. end
  97.